ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientGroupCollapsedChanged Property






In This Topic
    OnClientGroupCollapsedChanged Property
    In This Topic
    Occurs after a group has been expanded or collapsed.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientGroupCollapsedChanged As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.OnClientGroupCollapsedChanged = value
     
    value = instance.OnClientGroupCollapsedChanged
    public virtual System.string OnClientGroupCollapsedChanged {get; set;}
    public read-write property OnClientGroupCollapsedChanged: System.String; virtual; 
    public function get,set OnClientGroupCollapsedChanged : System.String
    public: __property virtual System.string* get_OnClientGroupCollapsedChanged();
    public: __property virtual void set_OnClientGroupCollapsedChanged( 
       System.string* value
    );
    public:
    virtual property System.String^ OnClientGroupCollapsedChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also